Metadata-Version: 1.1
Name: Git Processor
Version: 0.1
Summary: Process and parse through git log statistic
Home-page: https://github.com/sylhare/git-processor
Author: sylhare
Author-email: UNKNOWN
License: UNKNOWN
Description: # Git Processor
        
        A git log processor for better stats.
        
        ## Setup
        
        Using Docker:
        
        ```bash
        # build the image:
        docker build -t git-processor .
        # Run image:
        docker run -it seed-app
        ```
        
        ## Testing
        
        To find out more info about the testing configuration, check out the `tox.ini` file.
        
        ```bash
        # Run the test suite
        tox
        # Run the linter:
        tox -e lint
        ```
Keywords: git processor data science
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
